home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / math / ast53src.zip / ASTROLOG.DEF < prev    next >
Text File  |  1996-09-29  |  2KB  |  48 lines

  1. ; Astrolog (Version 5.30) File: astrolog.def
  2. ;
  3. ; IMPORTANT NOTICE: The graphics database and chart display routines
  4. ; used in this program are Copyright (C) 1991-1996 by Walter D. Pullen
  5. ; (Astara@msn.com, http://www.magitech.com/~cruiser1/astrolog.htm).
  6. ; Permission is granted to freely use and distribute these routines
  7. ; provided one doesn't sell, restrict, or profit from them in any way.
  8. ; Modification is allowed provided these notices remain with any
  9. ; altered or edited versions of the program.
  10. ;
  11. ; The main planetary calculation routines used in this program have
  12. ; been Copyrighted and the core of this program is basically a
  13. ; conversion to C of the routines created by James Neely as listed in
  14. ; Michael Erlewine's 'Manual of Computer Programming for Astrologers',
  15. ; available from Matrix Software. The copyright gives us permission to
  16. ; use the routines for personal use but not to sell them or profit from
  17. ; them in any way.
  18. ;
  19. ; The PostScript code within the core graphics routines are programmed
  20. ; and Copyright (C) 1992-1993 by Brian D. Willoughby
  21. ; (brianw@sounds.wa.com). Conditions are identical to those above.
  22. ;
  23. ; The extended accurate ephemeris databases and formulas are from the
  24. ; calculation routines in the program "Placalc" and are programmed and
  25. ; Copyright (C) 1989,1991,1993 by Astrodienst AG and Alois Treindl
  26. ; (alois@azur.ch). The use of that source code is subject to
  27. ; regulations made by Astrodienst Zurich, and the code is not in the
  28. ; public domain. This copyright notice must not be changed or removed
  29. ; by any user of this program.
  30. ;
  31. ; Initial programming 8/28,30, 9/10,13,16,20,23, 10/3,6,7, 11/7,10,21/1991.
  32. ; X Window graphics initially programmed 10/23-29/1991.
  33. ; PostScript graphics initially programmed 11/29-30/1992.
  34. ; Last code change made 9/22/1996.
  35. ;
  36. NAME        ASTROLOG
  37. DESCRIPTION "Astrolog 5.30 for MS Windows - By Walter D. Pullen"
  38. EXETYPE     WINDOWS
  39. STUB        'WINSTUB.EXE' 
  40. CODE        PRELOAD MOVEABLE DISCARDABLE
  41. DATA        PRELOAD MOVEABLE
  42. HEAPSIZE    4096
  43. EXPORTS     WndProc @1
  44.             DlgAbortProc @2
  45.  
  46. ;
  47. ; astrolog.def
  48.